Ninja Database Pro
GetIndexRecordExactMatch Method (SingleIndex<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > SingleIndex<T,TIndex> Class : GetIndexRecordExactMatch Method
Get a list of Index Records that match the passed indexValue
Syntax
Public Overrides Function GetIndexRecordExactMatch( _
   ByVal indexValue As TIndex _
) As List(Of SingleIndexRecord(Of T,TIndex))
Dim instance As SingleIndex(Of T,TIndex)
Dim indexValue As TIndex
Dim value As List(Of SingleIndexRecord(Of T,TIndex))
 
value = instance.GetIndexRecordExactMatch(indexValue)
public override List<SingleIndexRecord<T,TIndex>> GetIndexRecordExactMatch( 
   TIndex indexValue
)
public:
List<SingleIndexRecord<T^,TIndex^>^>^ GetIndexRecordExactMatch( 
   TIndex^ indexValue
) override 

Parameters

indexValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SingleIndex<T,TIndex> Class
SingleIndex<T,TIndex> Members